'Declaration <DescriptionAttribute("A template for a table cell.")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> Public Property CellTemplate As T
[Description("A template for a table cell.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public T CellTemplate { get; set; }
[Description("A template for a table cell.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public: __property T* get_CellTemplate(); public: __property void set_CellTemplate(
T* value
);
[Description("A template for a table cell.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public:
property T^ CellTemplate { T^ get(); void set(T^ value); }